home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Epic4_mos / share / epic / help / 1_general / describe < prev    next >
Encoding:
Text File  |  2002-10-28  |  1.3 KB  |  36 lines

  1. Synopsis:
  2.    describe <nickname|channel> <action description>
  3.  
  4. Description:
  5.    DESCRIBE lets you perform an action.  It lets you describe what you're
  6.    doing as though someone is watching you, rather than you telling them.
  7.    You may send an action to either an individual or to an entire channel.
  8.  
  9. Examples:
  10.    If your nickname is foobar, and you want to send an action to your
  11.    friend whose nickname is booya:
  12.       /describe booya is eating pizza
  13.  
  14.    To send an action to channel #blah:
  15.       /describe #blah is eating pizza
  16.  
  17.    Anyone receiving an action from you will see something like this:
  18.       * foobar is eating pizza
  19.  
  20. Aliases:
  21.    DESCRIBE is identical to CTCP ACTION.  When sending an action to a
  22.    channel, it functions identically to the ME command.
  23.  
  24. See Also:
  25.    ctcp(1) action; load(5) action, mudlike; me(1); on(5) action,
  26.    send_action
  27.  
  28. Restrictions:
  29.    This command makes use of CTCP (client-to-client protocol), which is not
  30.    part of the IRC protocol.  Most modern IRC clients understand CTCP, but
  31.    not all do, while others might not support the same CTCP commands that
  32.    ircII-EPIC supports.  If you receive an error of some sort, then the
  33.    client on the receiving end is unable to properly handle your CTCP
  34.    message.
  35.  
  36.